home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ClassID": "Long Integer",
- "ClassName": "Text (50) NOT NULL",
- "Instructor": "Text (50) NOT NULL"
- },
- "data": [
- {
- "ClassID": 1,
- "ClassName": "Math 101",
- "Instructor": "Buck Henry"
- },
- {
- "ClassID": 2,
- "ClassName": "Math 110",
- "Instructor": "Dierdre Hall"
- },
- {
- "ClassID": 3,
- "ClassName": "History 205",
- "Instructor": "Claudius Ptolemy"
- },
- {
- "ClassID": 4,
- "ClassName": "Art 240",
- "Instructor": "Scott Adams"
- }
- ]
- }